home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 December / 2004-12 CHIP.iso / Internet / The Bat! Professional 3.01 / thebat_professional.msi / Data1.cab / thebat.exe / 0 / RCDATA / TSEARCHFORM / TSEARCHFORM.txt < prev   
Text File  |  2004-10-12  |  4KB  |  177 lines

  1. object SearchForm: TSearchForm
  2.   Left = 299
  3.   Top = 170
  4.   Width = 264
  5.   Height = 384
  6.   BorderIcons = [biSystemMenu, biMinimize]
  7.   BorderStyle = bsSizeToolWin
  8.   Caption = 'Menu Navigator'
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -14
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   FormStyle = fsStayOnTop
  16.   Icon.Data = {<image000.ico>}
  17.   OldCreateOrder = True
  18.   OnActivate = FormActivate
  19.   OnDestroy = FormDestroy
  20.   OnDeactivate = FormDeactivate
  21.   PixelsPerInch = 120
  22.   TextHeight = 16
  23.   object Panel1: TPanel
  24.     Left = 0
  25.     Top = 0
  26.     Width = 256
  27.     Height = 148
  28.     Align = alTop
  29.     BevelOuter = bvNone
  30.     Caption = ' '
  31.     TabOrder = 0
  32.     object Label1: TLabel
  33.       Left = 7
  34.       Top = 2
  35.       Width = 260
  36.       Height = 16
  37.       AutoSize = False
  38.       Caption = 'Enter search string :'
  39.       Font.Charset = DEFAULT_CHARSET
  40.       Font.Color = clWindowText
  41.       Font.Height = -15
  42.       Font.Name = 'MS Sans Serif'
  43.       Font.Style = [fsBold]
  44.       ParentFont = False
  45.     end
  46.     object Ed_search: TEdit
  47.       Left = 7
  48.       Top = 23
  49.       Width = 154
  50.       Height = 24
  51.       TabOrder = 0
  52.       Text = ' '
  53.       OnChange = Ed_searchChange
  54.       OnKeyPress = Ed_searchKeyPress
  55.     end
  56.     object Bt_search: TButton
  57.       Left = 167
  58.       Top = 21
  59.       Width = 98
  60.       Height = 31
  61.       Caption = 'Find'
  62.       TabOrder = 1
  63.       OnClick = Bt_searchClick
  64.     end
  65.     object CB_TreeV: TCheckBox
  66.       Left = 7
  67.       Top = 63
  68.       Width = 259
  69.       Height = 21
  70.       Caption = 'Tree view'
  71.       TabOrder = 2
  72.       OnClick = CB_TreeVClick
  73.     end
  74.     object CB_FastNav: TCheckBox
  75.       Left = 7
  76.       Top = 82
  77.       Width = 259
  78.       Height = 21
  79.       Caption = 'Fast navigate'
  80.       Checked = True
  81.       State = cbChecked
  82.       TabOrder = 3
  83.     end
  84.     object CB_FastS: TCheckBox
  85.       Left = 7
  86.       Top = 102
  87.       Width = 259
  88.       Height = 21
  89.       Caption = 'Fast search'
  90.       Checked = True
  91.       State = cbChecked
  92.       TabOrder = 4
  93.     end
  94.     object CB_AutoH: TCheckBox
  95.       Left = 7
  96.       Top = 122
  97.       Width = 259
  98.       Height = 21
  99.       Caption = 'Auto hide'
  100.       Checked = True
  101.       State = cbChecked
  102.       TabOrder = 5
  103.     end
  104.   end
  105.   object Panel2: TPanel
  106.     Left = 0
  107.     Top = 313
  108.     Width = 256
  109.     Height = 39
  110.     Align = alBottom
  111.     BevelOuter = bvNone
  112.     Caption = ' '
  113.     TabOrder = 1
  114.     object Bt_Navigate: TButton
  115.       Left = 20
  116.       Top = 5
  117.       Width = 119
  118.       Height = 31
  119.       Caption = 'Navigate'
  120.       TabOrder = 0
  121.       OnClick = Bt_NavigateClick
  122.     end
  123.     object Bt_Do: TButton
  124.       Left = 158
  125.       Top = 5
  126.       Width = 112
  127.       Height = 31
  128.       Caption = 'Execute'
  129.       TabOrder = 1
  130.       OnClick = Bt_DoClick
  131.     end
  132.   end
  133.   object Panel3: TPanel
  134.     Left = 0
  135.     Top = 148
  136.     Width = 256
  137.     Height = 165
  138.     Align = alClient
  139.     BevelOuter = bvLowered
  140.     Caption = ' '
  141.     TabOrder = 2
  142.     object TreeView1: TTreeView
  143.       Left = 1
  144.       Top = 1
  145.       Width = 254
  146.       Height = 163
  147.       Align = alClient
  148.       Indent = 19
  149.       ReadOnly = True
  150.       TabOrder = 0
  151.       Visible = False
  152.       OnClick = TreeView1Click
  153.     end
  154.     object Memo1: TMemo
  155.       Left = 1
  156.       Top = 1
  157.       Width = 254
  158.       Height = 163
  159.       Align = alClient
  160.       Lines.Strings = (
  161.         ' ')
  162.       ReadOnly = True
  163.       ScrollBars = ssBoth
  164.       TabOrder = 1
  165.       WordWrap = False
  166.       OnClick = Memo1Click
  167.     end
  168.   end
  169.   object Timer1: TTimer
  170.     Enabled = False
  171.     Interval = 10000
  172.     OnTimer = Timer1Timer
  173.     Left = 8
  174.     Top = 88
  175.   end
  176. end
  177.